Deprecate Homebrew tap in favor of Homebrew Core and signed .pkgs#1347
Merged
Conversation
This tap is broken and unmaintained, and PowerShell is now available directly from Homebrew Core (`brew install powershell`), so there's no reason to keep pointing people here. - Add a prominent deprecation warning at the top of the README - Document the recommended install paths: the community Homebrew Core formula (copied from the updated docs Sean linked) and the macOS `.pkg` installers, which are signed and notarized by Microsoft as of the May 2026 releases and are therefore a fully supported path - Remove the old `powershell/tap/*` install instructions since those formulas no longer work Closes #1342. Drafted by Copilot (Claude Opus 4.8). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Reorder the recommended installation methods so the official, signed and notarized `.pkg` installers published by the PowerShell project come first, ahead of the community Homebrew Core formula. The `.pkg` packages are Microsoft-built and supported, so they're the better default recommendation, with Homebrew (which builds from source and is community-supported) as the alternative. Drafted by Copilot (Claude Opus 4.8). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Link references to the PowerShell project to its repository at https://github.com/PowerShell/PowerShell - Remove the Gatekeeper workaround mentions, since the signed and notarized `.pkg` packages no longer require bypassing Gatekeeper and we don't want to document the old workarounds here Drafted by Copilot (Claude Opus 4.8). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
@TravisEz13 we can archive this repo after mering this. |
TravisEz13
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This tap is broken and unmaintained, and PowerShell is now available directly from Homebrew Core (
brew install powershell), so there's no reason to keep pointing people here..pkginstallers, which are signed and notarized by Microsoft as of the May 2026 releases and are therefore a fully supported macOS pathpowershell/tap/*install instructions since those formulas no longer workCloses #1342.